public double getAsNumber( int index ) |
Parameters
- index
- Index of element to return.
Return Value
A double representing the element.
public double getAsNumber( int index ) |
| Exception | Description |
|---|---|
| java.lang.IllegalArgumentException | Thrown when the index value is invalid |